From: Jim Blandy Date: Mon, 15 Mar 1993 06:01:50 +0000 (+0000) Subject: * indent.el (indent-line-function): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96868 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=7cf2444d4f8163c57f15b1dde29b603cde877ef1;p=emacs.git * indent.el (indent-line-function): Doc fix. --- diff --git a/lisp/indent.el b/lisp/indent.el index 732daa4782a..73c9561b1ad 100644 --- a/lisp/indent.el +++ b/lisp/indent.el @@ -23,7 +23,7 @@ ;;; Code: (defvar indent-line-function 'indent-to-left-margin "\ -Function to indent current line.");Now in loaddefs.el +Function to indent current line.") (defun indent-according-to-mode () "Indent line in proper way for current major mode."